HipG2DBinding.drawPixel

Draw a pixel at (x, y) with the color specified at setGeometryColor

class HipG2DBinding
extern (System) __gshared
void function(int x, int y, HipColor color = HipColor.no) drawPixel;

Meta